const github.com/jackc/pgx/v5.structTagKey

5 uses

	github.com/jackc/pgx/v5 (current package)
		named_args.go#L135: 	dbTag, dbTagPresent := sf.Tag.Lookup(structTagKey)
		named_args.go#L144: 			return "", false, fmt.Errorf("field %s has empty `%s` tag", sf.Name, structTagKey)
		rows.go#L627: 			dbTag, _ := sf.Tag.Lookup(structTagKey)
		rows.go#L803: 			dbTag, dbTagPresent := sf.Tag.Lookup(structTagKey)
		rows.go#L832: const structTagKey = "db"